Move ImageHandler.create call to initDomain, after the call to xc.domain_create.
authoremellor@ewan <emellor@ewan>
Fri, 23 Sep 2005 15:50:02 +0000 (16:50 +0100)
committeremellor@ewan <emellor@ewan>
Fri, 23 Sep 2005 15:50:02 +0000 (16:50 +0100)
commit9b0cb01573ef705fd2ad9fc1430d18f0c668e877
tree9c10b4a3db496a5c857b095ef7ddb7b8d7b27f4e
parenta65b0d048fe84da0e18b5483a7fe33b10a210dc2
Move ImageHandler.create call to initDomain, after the call to xc.domain_create.
This ensures that ImageHandler has the correct domain ID available to it, which
seems sensible in general, and is necessary for the VMX VNC support in
particular.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py